React-D3 Axis属性


不会看Github里的demo,真是啪啪啪打脸

链接:https://github.com/codesuki/react-d3-components#tooltips

以下是默认属性

{
    tickArguments: [10],/*x,y轴默认至少显示10个数据*/
    tickValues: null,
    tickFormat: x => { return x; },
    innerTickSize: 6,//坐标标记的长度
    tickPadding: 3,//坐标与轴的距离
    outerTickSize: 6,
    className: "axis",
    zero: 0,
    label: ""/*轴的含义*/
}


 

文章目录
|